< Prev(J) / Next(K) > / View :

Filename: /text/scalc/01/04060116.xhp

(bookmark: bm_id3145074)
imaginary numbers in analysis functions
complex numbers in analysis functions

分析関数の虚数
分析関数の複素数

Add-in Functions, List of Analysis Functions Part Two
アドイン関数、分析関数パート 2 のリスト(hd_id3154659.1)

(variable: wie)To access this command...(variable: wie)この機能の見つけ方

(embed text/scalc/00/00000404.xhp#addinana : linkinfo)

Insert - Function - Category Add-In
挿入 → 関数 → 分類項目 アドイン(par_id3154059.38)

(/embed text/scalc/00/00000404.xhp#addinana)


Category Statistics
分類項目 統計(par_id3151242.174)

Analysis Functions Part One
分析関数1(par_id3148869.5)

Back to the Overview
見出しページに戻る(par_id3147072.240)

(section: imabs)

(par_id3145074.166)

(bookmark: bm_id3154959)
IMABS function

IMABS 関数
(bookmark: bm_id3154541)

IMABS
IMABS(hd_id3154959.44)

The result is the absolute value of a complex number.
複素数の絶対値を返します。(par_id3149895.45)

Syntax
構文(hd_id3155382.46)

IMABS("ComplexNumber")
IMABS("複素数")(par_id3151302.47)

(variable: complex)ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".
[PO-fuzzy@scalc\01.po] (variable: complex)複素数 は、「x+yi」または「x+yj」で入力される複素数です。(par_id3153974.48)

Example
(hd_id3149697.49)

=IMABS("5+12j") returns 13.
=IMABS("5+12j") は、13 を返します。(par_id3143222.50)

(/section: imabs) (section: imaginary) (bookmark: bm_id3145357)
IMAGINARY function

IMAGINARY 関数
(bookmark: bm_id3154651)

IMAGINARY
IMAGINARY(hd_id3145357.51)

The result is the imaginary coefficient of a complex number.
複素数の虚数係数を返します。(par_id3146965.52)

Syntax
構文(hd_id3153555.53)

IMAGINARY("ComplexNumber")
IMAGINARY("複素数")(par_id3155522.54)

(embed text/scalc/01/04060116.xhp#complex : linkinfo)

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".
複素数 は、「x+yi」または「x+yj」で入力される複素数です。(par_id3153974.48)

(/embed text/scalc/01/04060116.xhp#complex)

Example
(hd_id3151193.56)

=IMAGINARY("4+3j") returns 3.
=IMAGINARY("4+3j") は、3 を返します。(par_id3155592.57)

(/section: imaginary) (section: impower) (bookmark: bm_id3146106)
IMPOWER function

IMPOWER 関数
(bookmark: bm_id3155755)

IMPOWER
IMPOWER(hd_id3146106.58)

The result is the integer power of a complex number.
複素数の整数乗を返します。(par_id3147245.59)

Syntax
構文(hd_id3150954.60)

IMPOWER("ComplexNumber"; Number)
IMPOWER("複素数"; 数値)(par_id3147501.61)

(embed text/scalc/01/04060116.xhp#complex : linkinfo)

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".
複素数 は、「x+yi」または「x+yj」で入力される複素数です。(par_id3153974.48)

(/embed text/scalc/01/04060116.xhp#complex)

Number is the exponent.
数値 は、指数です。(par_id3155743.63)

Example
(hd_id3149048.64)

=IMPOWER("2+3i";2) returns -5+12i.
=IMPOWER("2+3i";2) は、-5+12i を返します。(par_id3151393.65)

(/section: impower) (section: imargument) (bookmark: bm_id3148748)
IMARGUMENT function

IMARGUMENT 関数
(bookmark: bm_id3147297)

IMARGUMENT
IMARGUMENT(hd_id3148748.66)

The result is the argument (the phi angle) of a complex number.
複素数の引数 (偏角) を返します。(par_id3151341.67)

Syntax
構文(hd_id3150533.68)

IMARGUMENT("ComplexNumber")
IMARGUMENT("複素数")(par_id3156402.69)

(embed text/scalc/01/04060116.xhp#complex : linkinfo)

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".
複素数 は、「x+yi」または「x+yj」で入力される複素数です。(par_id3153974.48)

(/embed text/scalc/01/04060116.xhp#complex)

Example
(hd_id3153019.71)

=IMARGUMENT("3+4j") returns 0.927295.
=IMARGUMENT("3+4j") は、0.927295 を返します。(par_id3159125.72)

(/section: imargument) (section: imcos) (bookmark: bm_id3149146)
IMCOS function

IMCOS 関数
(bookmark: bm_id3150378)

IMCOS
IMCOS(hd_id3149146.73)

The result is the cosine of a complex number.
複素数のコサインを返します。(par_id3149725.74)

Syntax
構文(hd_id3159116.75)

IMCOS("ComplexNumber")
IMCOS("複素数")(par_id3147415.76)

(embed text/scalc/01/04060116.xhp#complex : linkinfo)

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".
複素数 は、「x+yi」または「x+yj」で入力される複素数です。(par_id3153974.48)

(/embed text/scalc/01/04060116.xhp#complex)

Example
(hd_id3152980.78)

=IMCOS("3+4j") returns -27.03-3.85i (rounded).
=IMCOS("3+4j") は、丸められた -27.03-3.85i を返します。(par_id3157901.79)

(/section: imcos) (section: imdiv) (bookmark: bm_id3150024)
IMDIV function

IMDIV 関数
(bookmark: bm_id3154679)

IMDIV
IMDIV(hd_id3150024.80)

The result is the division of two complex numbers.
2 つの複素数の商を返します。(par_id3145825.81)

Syntax
構文(hd_id3150465.82)

IMDIV("Numerator"; "Denominator")
IMDIV("分子"; "分母")(par_id3146942.83)

Numerator, Denominator are complex numbers that are entered in the form "x+yi" or "x+yj".
分子分母 は、「x+yi」または「x+yj」で入力される複素数です。(par_id3150741.84)

Example
(hd_id3151229.85)

=IMDIV("-238+240i";"10+24i") returns 5+12i.
=IMDIV("-238+240i";"10+24i") は、5+12i を返します。(par_id3148440.86)

(/section: imdiv) (section: imexp) (bookmark: bm_id3153039)
IMEXP function

IMEXP 関数
(bookmark: bm_id3147468)

IMEXP
IMEXP(hd_id3153039.87)

The result is the power of e and the complex number. The constant e has a value of approximately 2.71828182845904.
複素数のべき乗 (オイラー数) を返します。定数 e の値は約 2.71828182845904 です。(par_id3144741.88)

Syntax
構文(hd_id3145591.89)

IMEXP("ComplexNumber")
IMEXP("複素数")(par_id3154810.90)

(embed text/scalc/01/04060116.xhp#complex : linkinfo)

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".
複素数 は、「x+yi」または「x+yj」で入力される複素数です。(par_id3153974.48)

(/embed text/scalc/01/04060116.xhp#complex)

Example
(hd_id3148581.92)

=IMEXP("1+j") returns 1.47+2.29j (rounded).
=IMEXP("1+j") は、丸められた 1.47+2.29j を返します。(par_id3149253.93)

(/section: imexp) (section: imconjugate) (bookmark: bm_id3149955)
IMCONJUGATE function

IMCONJUGATE 関数
(bookmark: bm_id3152782)

IMCONJUGATE
IMCONJUGATE(hd_id3149955.94)

The result is the conjugated complex complement to a complex number.
複素数の複素共役を返します。(par_id3155263.95)

Syntax
構文(hd_id3148750.96)

IMCONJUGATE("ComplexNumber")
IMCONJUGATE("複素数")(par_id3153082.97)

(embed text/scalc/01/04060116.xhp#complex : linkinfo)

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".
複素数 は、「x+yi」または「x+yj」で入力される複素数です。(par_id3153974.48)

(/embed text/scalc/01/04060116.xhp#complex)

Example
(hd_id3153326.99)

=IMCONJUGATE("1+j") returns 1-j.
=IMCONJUGATE("1+j") は、1-j を返します。(par_id3149688.100)

(/section: imconjugate) (section: imln) (bookmark: bm_id3150898)
IMLN function

IMLN 関数
(bookmark: bm_id3149190)

IMLN
IMLN(hd_id3150898.101)

The result is the natural logarithm (to the base e) of a complex number. The constant e has a value of approximately 2.71828182845904.
複素数の自然対数を返します。定数 e の値は約 2.71828182845904 です。(par_id3146853.102)

Syntax
構文(hd_id3150008.103)

IMLN("ComplexNumber")
IMLN("複素数")(par_id3155954.104)

(embed text/scalc/01/04060116.xhp#complex : linkinfo)

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".
複素数 は、「x+yi」または「x+yj」で入力される複素数です。(par_id3153974.48)

(/embed text/scalc/01/04060116.xhp#complex)

Example
(hd_id3153565.106)

=IMLN("1+j") returns 0.35+0.79j (rounded).
=IMLN("1+j") は、丸められた 0.35+0.79j を返します。(par_id3153736.107)

(/section: imln) (section: imlog10) (bookmark: bm_id3155929)
IMLOG10 function

IMLOG10 関数
(bookmark: bm_id3148765)

IMLOG10
IMLOG10(hd_id3155929.108)

The result is the common logarithm (to the base 10) of a complex number.
複素数の常用対数(基数 10 に対する)を返します。(par_id3149882.109)

Syntax
構文(hd_id3154327.110)

IMLOG10("ComplexNumber")
IMLOG10("複素数")(par_id3150128.111)

(embed text/scalc/01/04060116.xhp#complex : linkinfo)

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".
複素数 は、「x+yi」または「x+yj」で入力される複素数です。(par_id3153974.48)

(/embed text/scalc/01/04060116.xhp#complex)

Example
(hd_id3149003.113)

=IMLOG10("1+j") returns 0.15+0.34j (rounded).
=IMLOG10("1+j") は、丸められた 0.15+0.34j を返します。(par_id3151021.114)

(/section: imlog10) (section: imlog2) (bookmark: bm_id3155623)
IMLOG2 function

IMLOG2 関数
(bookmark: bm_id3157975)

IMLOG2
IMLOG2(hd_id3155623.115)

The result is the binary logarithm of a complex number.
複素数の 2 を底とする対数を返します。(par_id3150932.116)

Syntax
構文(hd_id3153046.117)

IMLOG2("ComplexNumber")
IMLOG2("複素数")(par_id3145355.118)

(embed text/scalc/01/04060116.xhp#complex : linkinfo)

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".
複素数 は、「x+yi」または「x+yj」で入力される複素数です。(par_id3153974.48)

(/embed text/scalc/01/04060116.xhp#complex)

Example
(hd_id3148768.120)

=IMLOG2("1+j") returns 0.50+1.13j (rounded).
=IMLOG2("1+j") は、丸められた 0.50+1.13j を返します。(par_id3149536.121)

(/section: imlog2) (section: improduct) (bookmark: bm_id3145626)
IMPRODUCT function

IMPRODUCT 関数
(bookmark: bm_id3150661)

IMPRODUCT
IMPRODUCT(hd_id3145626.122)

The result is the product of up to 29 complex numbers.
29 個までの複素数の積を返します。(par_id3153545.123)

Syntax
構文(hd_id3149388.124)

IMPRODUCT("ComplexNumber"; "ComplexNumber1"; ...)
IMPRODUCT("複素数 "; "複素数 1"; ...)(par_id3149027.125)

(embed text/scalc/01/04060116.xhp#complex : linkinfo)

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".
複素数 は、「x+yi」または「x+yj」で入力される複素数です。(par_id3153974.48)

(/embed text/scalc/01/04060116.xhp#complex)

Example
(hd_id3153228.127)

=IMPRODUCT("3+4j";"5-3j") returns 27+11j.
=IMPRODUCT("3+4j";"5-3j") は、27+11j を返します。(par_id3155815.128)

(/section: improduct) (section: imreal) (bookmark: bm_id3147539)
IMREAL function

IMREAL 関数
(bookmark: bm_id3148596)

IMREAL
IMREAL(hd_id3147539.129)

The result is the real coefficient of a complex number.
複素数の実数係数を返します。(par_id3155372.130)

Syntax
構文(hd_id3154951.131)

IMREAL("ComplexNumber")
IMREAL("複素数")(par_id3153927.132)

(embed text/scalc/01/04060116.xhp#complex : linkinfo)

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".
複素数 は、「x+yi」または「x+yj」で入力される複素数です。(par_id3153974.48)

(/embed text/scalc/01/04060116.xhp#complex)

Example
(hd_id3155409.134)

=IMREAL("1+3j") returns 1.
=IMREAL("1+3j") は、1 を返します。(par_id3155986.135)

(/section: imreal) (section: imsin) (bookmark: bm_id3148431)
IMSIN function

IMSIN 関数
(bookmark: bm_id3153716)

IMSIN
IMSIN(hd_id3148431.136)

The result is the sine of a complex number.
複素数のサインを返します。(par_id3152591.137)

Syntax
構文(hd_id3149822.138)

IMSIN("ComplexNumber")
IMSIN("複素数")(par_id3150387.139)

(embed text/scalc/01/04060116.xhp#complex : linkinfo)

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".
複素数 は、「x+yi」または「x+yj」で入力される複素数です。(par_id3153974.48)

(/embed text/scalc/01/04060116.xhp#complex)

Example
(hd_id3150613.141)

=IMSIN("3+4j") returns 3.85+27.02j (rounded).
=IMSIN("3+4j") は、丸められた 3.85+27.02j を返します。(par_id3154310.142)

(/section: imsin) (section: imsub) (bookmark: bm_id3163826)
IMSUB function

IMSUB 関数
(bookmark: bm_id3152481)

IMSUB
IMSUB(hd_id3163826.143)

The result is the subtraction of two complex numbers.
2 つの複素数の差を返します。(par_id3149277.144)

Syntax
構文(hd_id3149264.145)

IMSUB("ComplexNumber1"; "ComplexNumber2")
IMSUB("複素数 1"; "複素数 2")(par_id3149710.146)

(embed text/scalc/01/04060116.xhp#complex : linkinfo)

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".
複素数 は、「x+yi」または「x+yj」で入力される複素数です。(par_id3153974.48)

(/embed text/scalc/01/04060116.xhp#complex)

Example
(hd_id3155833.148)

=IMSUB("13+4j";"5+3j") returns 8+j.
=IMSUB("13+4j";"5+3j") は、8+j を返します。(par_id3150963.149)

(/section: imsub) (section: imsum) (bookmark: bm_id3156312)
IMSUM function

IMSUM 関数
(bookmark: bm_id3149454)

IMSUM
IMSUM(hd_id3156312.150)

The result is the sum of up to 29 complex numbers.
29 個までの複素数の和を返します。(par_id3153215.151)

Syntax
構文(hd_id3156095.152)

IMSUM("ComplexNumber1"; "ComplexNumber2"; ...)
IMSUM("複素数 1"; "複素数 2"; ...)(par_id3152930.153)

(embed text/scalc/01/04060116.xhp#complex : linkinfo)

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".
複素数 は、「x+yi」または「x+yj」で入力される複素数です。(par_id3153974.48)

(/embed text/scalc/01/04060116.xhp#complex)

Example
(hd_id3154640.155)

=IMSUM("13+4j";"5+3j") returns 18+7j.
=IMSUM("13+4j";"5+3j") は、18+7j を返します。(par_id3147081.156)

(/section: imsum) (section: imsqrt) (bookmark: bm_id3147570)
IMSQRT function

IMSQRT 関数
(bookmark: bm_id3151189)

IMSQRT
IMSQRT(hd_id3147570.167)

The result is the square root of a complex number.
複素数の平方根を返します。(par_id3156131.168)

Syntax
構文(hd_id3145202.169)

IMSQRT("ComplexNumber")
IMSQRT("複素数")(par_id3150760.170)

(embed text/scalc/01/04060116.xhp#complex : linkinfo)

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".
複素数 は、「x+yi」または「x+yj」で入力される複素数です。(par_id3153974.48)

(/embed text/scalc/01/04060116.xhp#complex)

Example
(hd_id3147268.172)

=IMSQRT("3+4i") returns 2+1i.
=IMSQRT("3+4i") は、2+1i を返します。(par_id3152807.173)

(/section: imsqrt) (section: complexfunc) (bookmark: bm_id3154054)
COMPLEX function

COMPLEX 関数
(bookmark: bm_id3156116)

COMPLEX
COMPLEX(hd_id3154054.157)

The result is a complex number which is returned from a real coefficient and an imaginary coefficient.
実数係数と虚数係数を複素数に変換します。(par_id3156111.158)

Syntax
構文(hd_id3154744.159)

COMPLEX(RealNum; INum; Suffix)
COMPLEX(実数; 虚数; 接尾辞)(par_id3155999.160)

RealNum is the real coefficient of the complex number.
RealNum は、複素数の実数係数です。(par_id3153626.161)

INum is the imaginary coefficient of the complex number.
INum は、複素数の虚数係数です。(par_id3149135.162)

Suffix is a list of options, "i" or "j".
接尾辞 は、オプション、「i」または「j」のリストです。(par_id3155849.163)

Example
(hd_id3145659.164)

=COMPLEX(3;4;"j") returns 3+4j.
=COMPLEX(3;4;"j") は、3+4j を返します。(par_id3143229.165)

(/section: complexfunc) (section: oct2bin) (bookmark: bm_id3155103)
OCT2BIN function
converting;octal numbers, into binary numbers

OCT2BIN 関数
変換;8 進数、2 進数に
(bookmark: bm_id3149290)

OCT2BIN
OCT2BIN(hd_id3155103.217)

The result is the binary number for the octal number entered.
8 進数を 2 進数に変換します。(par_id3146898.218)

Syntax
構文(hd_id3146088.219)

OCT2BIN(Number; Places)
OCT2BIN(数値;桁数)(par_id3154303.220)

Number is the octal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement.
数値 は、8 進数です。数字は最大 10 桁にすることができます。最上位ビットは符号ビットで、それ以降のビットが値を返します。負の数字は、2 の補数として入力されます。(par_id3156013.221)

Places is the number of places to be output.
桁数 は、出力される桁数です。(par_id3153984.222)

Example
(hd_id3147493.223)

=OCT2BIN(3;3) returns 011.
=OCT2BIN(3;3) は、011 を返します。(par_id3147260.224)

(/section: oct2bin) (section: oct2dec) (bookmark: bm_id3152791)
OCT2DEC function
converting;octal numbers, into decimal numbers

OCT2DEC 関数
変換;8 進数、10 進数に
(bookmark: bm_id3151168)

OCT2DEC
OCT2DEC(hd_id3152791.225)

The result is the decimal number for the octal number entered.
8 進数を 10 進数に変換します。(par_id3149199.226)

Syntax
構文(hd_id3159337.227)

OCT2DEC(Number)
OCT2DEC(数値)(par_id3153902.228)

Number is the octal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement.
数値 は、8 進数です。数字は最大 10 桁にすることができます。最上位ビットは符号ビットで、それ以降のビットが値を返します。負の数字は、2 の補数として入力されます。(par_id3155326.229)

Example
(hd_id3154698.230)

=OCT2DEC(144) returns 100.
=OCT2DEC(144) は、100 を返します。(par_id3154930.231)

(/section: oct2dec) (section: oct2hex) (bookmark: bm_id3155391)
OCT2HEX function
converting;octal numbers, into hexadecimal numbers

OCT2HEX 関数
変換;8 進数、16 進数に
(bookmark: bm_id3149904)

OCT2HEX
OCT2HEX(hd_id3155391.232)

The result is the hexadecimal number for the octal number entered.
8 進数を 16 進数に変換します。(par_id3148831.233)

Syntax
構文(hd_id3146988.234)

OCT2HEX(Number; Places)
OCT2HEX(数値;桁数)(par_id3150523.235)

Number is the octal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement.
数値 は、8 進数です。数字は最大 10 桁にすることができます。最上位ビットは符号ビットで、それ以降のビットが値を返します。負の数字は、2 の補数として入力されます。(par_id3159162.236)

Places is the number of places to be output.
桁数 は、出力される桁数です。(par_id3145420.237)

Example
(hd_id3150504.238)

=OCT2HEX(144;4) returns 0064.
=OCT2HEX(144;4) は、0064 を返します。(par_id3148802.239)

(/section: oct2hex) (section: convertadd) (bookmark: bm_id3148446)
CONVERT_ADD function

CONVERT_ADD 関数
(bookmark: bm_id3150773)

CONVERT_ADD
CONVERT_ADD(hd_id3148446.175)

Converts a value from one unit of measure to the corresponding value in another unit of measure. Enter the units of measures directly as text in quotation marks or as a reference. If you enter the units of measure in cells, they must correspond exactly with the following list which is case sensitive: For example, in order to enter a lower case l (for liter) in a cell, enter the apostrophe ' immediately followed by l.
ある単位の値を別の単位に換算します。単位は直接文字列でハイフンの間に入れるか、または参照として入力します。セルに単位を入力する場合は、次の表を参考にして大文字、小文字書きを正確に行なってください。たとえばリットルを示す小文字 l の前にはアポストロフィ ' を付けます。(par_id3154902.176)

Property
属性(par_id3153055.177)

Units
単位(par_id3147234.178)

Weight
重さ(par_id3147512.179)

g, sg, lbm, u, ozm, stone, ton, grain, pweight, hweight, shweight
g、sg、lbm、u、ozm、stone、ton、grain、pweight、hweight、shweight(par_id3148476.180)

Length
長さ(par_id3155361.181)

m, mi, Nmi, in, ft, yd, ang, Pica, ell, parsec
m、mi、Nmi、in、ft、yd、ang、Pica、ell、parsec(par_id3148925.182)

Time
時刻(par_id3158429.183)

yr, day, hr, mn, sec
yr、day、hr、mn、sec(par_id3150707.184)

Pressure
圧力(par_id3153238.185)

Pa, atm, mmHg, Torr, psi
Pa、atm、mmHg、Torr、psi(par_id3166437.186)

Force
(par_id3152944.187)

N, dyn, pond
N、dyn、pond(par_id3155582.188)

Energy
エネルギー(par_id3153686.189)

J, e, c, cal, eV, HPh, Wh, BTU
J、e、c、cal、eV、HPh、Wh、BTU(par_id3153386.190)

Power
出力(par_id3154100.191)

W, HP, PS
W、HP、PS(par_id3149915.192)

Field strength
場の強さ(par_id3148988.193)

T, ga
T、ga(par_id3148616.194)

Temperature
温度(par_id3151120.195)

C, F, K, Reau, Rank
C、F、K、Reau、Rank(par_id3148659.196)

Volume
体積(par_id3154610.197)

l, tsp, tbs, oz, cup, pt, qt, gal, m3, mi3, Nmi3, in3, ft3, yd3, ang3, Pica3, barrel, bushel, regton, Schooner, Middy, Glass
l、tsp、tbs、oz、cup、pt、qt、gal、m3、mi3、Nmi3、in3、ft3、yd3、ang3、Pica3、barrel、bushel、regton、Schooner、Middy、Glass(par_id3149423.198)

Area
面積(par_id3149244.199)

m2, mi2, Nmi2, in2, ft2, yd2, ang2, Pica2, Morgen, ar, acre, ha
m2、mi2、Nmi2、in2、ft2、yd2、ang2、Pica2、Morgen、ar、acre、ha(par_id3150425.200)

Speed
速度(par_id3150629.201)

m/s, m/h, mph, kn, admkn
m/s、m/h、mph、kn、admkn(par_id3159246.202)


Each unit of measure can be preceded by a prefix character from the following list:
各単位の前には、次の表の単位記号を追加することができます:(par_id3143277.203)

Permitted prefix characters
使用できる単位記号(par_id3148422.204)

10^(<0)
10^(<0)(par_id3149490.205)

d, c, m, u, n, p, f, a, z, y
d、c、m、u、n、p、f、a、z、y(par_id3149931.206)

10^(>0)
10^(>0)(par_id3149589.207)

e, h, k, M, G, T, P, E, Z, Y
e、h、k、M、G、T、P、E、Z、Y(par_id3151248.208)

Information units "bit" and "byte" may also be prefixed by one of the following IEC 60027-2 / IEEE 1541 prefixes:
情報単位 "bit" および "byte" はつぎの IEC 60027-2 / IEEE 1541 接頭辞の 1つをすることができます:(par_id0908200903061174.)

ki kibi 1024
ki キビ 1024(par_id0908200903090966.)

Mi mebi 1048576
Mi メビ 1048576(par_id0908200903090958.)

Gi gibi 1073741824
Gi ギビ 1073741824(par_id0908200903090936.)

Ti tebi 1099511627776
Ti テビ 1099511627776(par_id0908200903090975.)

Pi pebi 1125899906842620
Pi ペビ 1125899906842620(par_id0908200903090930.)

Ei exbi 1152921504606850000
Ei エクスビ 1152921504606850000(par_id0908200903091070.)

Zi zebi 1180591620717410000000
Zi ゼビ 1180591620717410000000(par_id0908200903091097.)

Yi yobi 1208925819614630000000000
Yi ヨビ 1208925819614630000000000(par_id0908200903091010.)


(embed text/scalc/01/04060102.xhp#ADD_note : linkinfo)

Note Icon 注マーク The functions whose names end with _ADD return the same results as the corresponding Microsoft Excel functions. Use the functions without _ADD to get results based on international standards. For example, the WEEKNUM function calculates the week number of a given date based on international standard ISO 8601, while WEEKNUM_ADD returns the same week number as Microsoft Excel.
名前の最後が _ADD である関数は、対応する Microsoft Excel 関数と同じ結果を返します。国際標準に基づく結果を取得するには、_ADD のない関数を使用します。たとえば、WEEKNUM 関数は国際標準 ISO 8601 に基づいて与えられた日付の週番号を計算しますが、WEEKNUM_ADD は Microsoft Excel と同じ週番号を返します。(par_idN10600.)

(/embed text/scalc/01/04060102.xhp#ADD_note)

Syntax
構文(hd_id3146125.209)

CONVERT_ADD(Number; "FromUnit"; "ToUnit")
CONVERT_ADD(数値; "変換元単位"; "変換先単位")(par_id3153695.210)

Number is the number to be converted.
数値 は、変換される数字です。(par_id3147522.211)

FromUnit is the unit from which conversion is taking place.
変換元単位 は、変換元の単位です。(par_id3154472.212)

ToUnit is the unit to which conversion is taking place. Both units must be of the same type.
ToUnitは変換が行われる単位です。 両方の単位は同じ種類である必要があります。(par_id3153790.213)

Current list of CONVERT_ADD units in the OpenOffice.org Wiki.
[PO-fuzzy@scalc\01.po] ※※※未訳※※※(par_id09022809540918.)

Examples
(hd_id3156270.214)

=CONVERT_ADD(10;"HP";"PS") returns, rounded to two decimal places, 10.14. 10 HP equal 10.14 PS.
=CONVERT_ADD(10;"HP";"PS") は、小数点 2 位に丸められた 10.14 を返します。10 HP は、10.14 PS です。(par_id3156336.215)

=CONVERT_ADD(10;"km";"mi") returns, rounded to two decimal places, 6.21. 10 kilometers equal 6.21 miles. The k is the permitted prefix character for the factor 10^3.
=CONVERT_ADD(10;"km";"mi") は、小数点 2 位に丸められた 6.21 を返します。10 キロメートルは、6.21 マイルです。k は、係数 10^3 で許可されている接頭辞です。(par_id3154834.216)

(/section: convertadd) (section: factdouble) (bookmark: bm_id3147096)
FACTDOUBLE function
factorials;numbers with increments of two

FACTDOUBLE 関数
階乗;2 ずつ増える値
(bookmark: bm_id3150950)

FACTDOUBLE
FACTDOUBLE(hd_id3147096.36)

Returns the double factorial of a number.
数値の二重階乗を返します。(par_id3151309.37)

Syntax
構文(hd_id3154666.38)

FACTDOUBLE(Number)
FACTDOUBLE(数値)(par_id3155121.39)

Returns Number !!, the double factorial of Number, where Number is an integer greater than or equal to zero.
Number の二乗階乗 Number!! を返します。Number はゼロ以上の整数です。(par_id3158440.40)

For even numbers FACTDOUBLE(n) returns:
偶数 FACTDOUBLE(n) は次の内容を返します。(par_id2480849.)

2*4*6*8* ... *n
2*4*6*8* ... *n(par_id4181951.)

For odd numbers FACTDOUBLE(n) returns:
奇数 FACTDOUBLE(n) は次の内容を返します。(par_id2927335.)

1*3*5*7* ... *n
1*3*5*7* ... *n(par_id2107303.)

FACTDOUBLE(0) returns 1 by definition.
定義上、FACTDOUBLE(0) は 1 を返します。(par_id4071779.)

Example
(hd_id3154622.42)

=FACTDOUBLE(5) returns 15.
=FACTDOUBLE(5) は、15 を返します。(par_id7844477.)

=FACTDOUBLE(6) returns 48.
=FACTDOUBLE(6) は、48 を返します。(par_id3154116.43)

=FACTDOUBLE(0) returns 1.
=FACTDOUBLE(0) は、1 を返します。(par_id6478469.)

(/section: factdouble) (section: Section1)

(embed text/scalc/01/04060100.xhp#drking : linkinfo)

Calc functions in the OpenOffice.org Wiki
OpenOffice.org Wiki Calc の関数(par_id0902200809540918.)

(/embed text/scalc/01/04060100.xhp#drking)

(/section: Section1)
< Prev / Next >